Adwaita: notebook tab focus
authorJakub Steiner <jimmac@gmail.com>
Mon, 4 May 2020 14:33:24 +0000 (16:33 +0200)
committerJakub Steiner <jimmac@gmail.com>
Mon, 4 May 2020 15:54:12 +0000 (17:54 +0200)
- just like entries tabs need to be handled with focus-within

gtk/theme/Adwaita/_common.scss

index ac06013bcb0553a863bf8c4fec812b3ea0f13c72..77580161e667935f9bb700c5c043a7b18798be27 100644 (file)
@@ -1864,7 +1864,7 @@ popover.background {
  * Notebooks *
  *************/
 notebook {
-  @include focus-ring("> header > tabs > tab", $offset: -7px);
+  @include focus-ring("> header > tabs > tab", $offset: -7px, $within: true);
 
   > header {
     padding: 1px;